man/ostree-config: Consistently use GROUPNAME placeholder
authorMatthew Leeds <matthew.leeds@endlessm.com>
Thu, 28 Feb 2019 23:15:51 +0000 (15:15 -0800)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 1 Mar 2019 16:29:44 +0000 (16:29 +0000)
It doesn't make much sense to use SECTIONNAME in some places and
GROUPNAME in others when they mean the same thing.

Closes: #1743
Approved by: cgwalters

man/ostree-config.xml

index f2b41ec1c660f203500e900ee37ddf6c958d3c83..e5391bbf4de31cf2097dbd49893979e7c030c0dc 100644 (file)
@@ -51,19 +51,19 @@ Boston, MA 02111-1307, USA.
 
     <refsynopsisdiv>
             <cmdsynopsis>
-                <command>ostree config get</command> <arg choice="req">SECTIONNAME.KEYNAME</arg>
+                <command>ostree config get</command> <arg choice="req">GROUPNAME.KEYNAME</arg>
             </cmdsynopsis>
             <cmdsynopsis>
                 <command>ostree config get</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg>
             </cmdsynopsis>
             <cmdsynopsis>
-                <command>ostree config set</command> <arg choice="req">SECTIONNAME.KEYNAME</arg> <arg choice="req">VALUE</arg>
+                <command>ostree config set</command> <arg choice="req">GROUPNAME.KEYNAME</arg> <arg choice="req">VALUE</arg>
             </cmdsynopsis>
             <cmdsynopsis>
                 <command>ostree config set</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg> <arg choice="req">VALUE</arg>
             </cmdsynopsis>
             <cmdsynopsis>
-                <command>ostree config unset</command> <arg choice="req">SECTIONNAME.KEYNAME</arg>
+                <command>ostree config unset</command> <arg choice="req">GROUPNAME.KEYNAME</arg>
             </cmdsynopsis>
             <cmdsynopsis>
                 <command>ostree config unset</command> <arg choice="req"> --group=GROUPNAME</arg> <arg choice="req"> KEYNAME</arg>
@@ -77,8 +77,6 @@ Boston, MA 02111-1307, USA.
             <listitem><para>
                 <command>ostree config get</command> displays the value of
                 <arg choice="plain">KEYNAME</arg> in the group <arg choice="plain">GROUPNAME</arg>
-                (or <arg choice="plain">SECTIONNAME</arg> depending on the
-                syntax used).
             </para></listitem>
             <listitem><para>
                 <command>ostree config set</command> sets the value of